Apache CXF API

Uses of Package
org.apache.cxf.interceptor

Packages that use org.apache.cxf.interceptor
org.apache.cxf Contains the Bus, which is the central touch point of CXF, and its related classes. 
org.apache.cxf.binding Interfaces for protocol bindings and their factories. 
org.apache.cxf.databinding   
org.apache.cxf.endpoint Client and Server related classes. 
org.apache.cxf.feature   
org.apache.cxf.headers   
org.apache.cxf.interceptor Core interceptor interfaces which form the basis for message processing chains in CXF. 
org.apache.cxf.message   
org.apache.cxf.phase An InterceptorChain implementation which uses the concept of Phases to order message chains. 
org.apache.cxf.service This package and its sub packages contain classes relating to services and the CXF service model 
org.apache.cxf.ws.policy   
 

Classes in org.apache.cxf.interceptor used by org.apache.cxf
InterceptorProvider
          The InterceptorProvider interface is implemented by objects that have interceptor chains associated with them.
 

Classes in org.apache.cxf.interceptor used by org.apache.cxf.binding
InterceptorProvider
          The InterceptorProvider interface is implemented by objects that have interceptor chains associated with them.
 

Classes in org.apache.cxf.interceptor used by org.apache.cxf.databinding
Fault
          A Fault that occurs during invocation processing.
 

Classes in org.apache.cxf.interceptor used by org.apache.cxf.endpoint
InterceptorProvider
          The InterceptorProvider interface is implemented by objects that have interceptor chains associated with them.
 

Classes in org.apache.cxf.interceptor used by org.apache.cxf.feature
InterceptorProvider
          The InterceptorProvider interface is implemented by objects that have interceptor chains associated with them.
 

Classes in org.apache.cxf.interceptor used by org.apache.cxf.headers
InterceptorProvider
          The InterceptorProvider interface is implemented by objects that have interceptor chains associated with them.
 

Classes in org.apache.cxf.interceptor used by org.apache.cxf.interceptor
Fault
          A Fault that occurs during invocation processing.
Interceptor
          Base interface for all interceptors.
InterceptorChain.State
           
InterceptorProvider
          The InterceptorProvider interface is implemented by objects that have interceptor chains associated with them.
 

Classes in org.apache.cxf.interceptor used by org.apache.cxf.message
InterceptorChain
          Base interface for all interceptor chains.
 

Classes in org.apache.cxf.interceptor used by org.apache.cxf.phase
Interceptor
          Base interface for all interceptors.
InterceptorChain
          Base interface for all interceptor chains.
InterceptorChain.State
           
 

Classes in org.apache.cxf.interceptor used by org.apache.cxf.service
InterceptorProvider
          The InterceptorProvider interface is implemented by objects that have interceptor chains associated with them.
 

Classes in org.apache.cxf.interceptor used by org.apache.cxf.ws.policy
AbstractAttributedInterceptorProvider
           
Interceptor
          Base interface for all interceptors.
InterceptorProvider
          The InterceptorProvider interface is implemented by objects that have interceptor chains associated with them.
 


Apache CXF API

Apache CXF